<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body,
html {
	font-family: "微软雅黑";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000000;
}

.loading-img {
	width: 222px;
	position: absolute;
	height: 38px;
	left: 50%;
	top: 50%;
	margin-left: -111px;
	margin-top: -19px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*头部*/


.header_div {
	width: 100%;
	height: 80px;
	left: 0px;
	top: 0px;
	padding-left: 3%;
	position: relative;
	z-index: 10000;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}

.header_div .i_logo {
	width: 12%;
	padding-top:12px;
}

.header_div .i_logo img {
	/* max-width: 100%; */
}

.header_div.fixedmenu {
	position: fixed;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}


.nav_menu {
	width: 57%;
	height: 80px;
	margin-left: 1%;
	text-transform: uppercase;
}

.nav_menu li {
	width: 12%;
	height: 80px;
	float: left;
	position: relative;
}

.nav_menu li .a_nav {
	height: 80px;
	width: 100%;
	line-height: 80px;
	display: inline-block;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.nav_menu li .a_nav:hover,
.nav_menu li .a_nav.active,
.nav_menu li .a_nav.active1 {
	color: #fff;
	background-color: #3774ad;
	text-decoration: none;
}

.nav_menu li dl {
	width: 100%;
	position: absolute;
	z-index: 10000;
	display: none;
	left: 0%;
	top: 80px;
	background-color: #3774ad;
}

.nav_menu li dl dd {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
}

.nav_menu li dl dd a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.nav_menu li dl dd a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1a66ad;
}

.i_banben {
	width: 7.2%;
	position: relative;
}

.i_banben_t {
	width: 100%;
	height: 80px;
	background-color: #3774ad;
	text-align: center;
	cursor: pointer;
}

.i_banben_t span {
	height: 80px;
	line-height: 80px;
	background: url(../images/tb_4.png) right center no-repeat;
	padding-right: 30px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
}

.i_banben_c {
	width: 140%;
	position: absolute;
	right: 0px;
	top: 80px;
	background-color: #3774ad;
	display: none;
}

.i_banben_c li {
	width: 100%;
	float: left;
}

.i_banben_c li a {
	width: 100%;
	padding: 10px 0px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	text-align: center;
	overflow: hidden;
	float: left;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_banben_c li a:hover {
	color: #fff;
	background-color: #1a66ad;
	text-decoration: none;
}

.i_ss {
	width: 5%;
	height: 80px;
	padding-top: 28px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1000000000;
}

.i_ss img {
	width: 21px;
}

.i_ss .ss_div {
	width: 240px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 80px;
	background-color: #eee;
	display: none;
	z-index: 1000000;
}

.i_ss .ss_div .ipt1 {
	width: 200px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 0px;
	background-color: transparent;
}

.i_ss .ss_div .ipt2 {
	width: 40px;
	height: 32px;
	background: url(../images/tb_01z.png) center no-repeat;
	background-size: 20px;
	border: 0px;
	cursor: pointer;
	background-color: #3774ad;
}


.i_banner {
	width: 100%;
}

.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}

.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}

.home-swiper .swiper-slide img {
	display: none;
}

.home-swiper1 {
	width: 100%;
	height: 100%;
	background: #fff;
	padding-bottom: 65px;
}

.home-swiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	padding: 0px 1%;
}

.home-swiper1 .swiper-slide .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #686868;
	font-size: 20px;
}

.home-swiper1 .swiper-slide .div:hover {
	text-align: center;
	color: #fff;
	background-color: #bb2b25;
}

.home-swiper1 .swiper-slide .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.home-swiper1 .swiper-slide .div .a_img img {
	width: 100%;
}

.home-swiper1 .swiper-slide .div .a_img .atb1 {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: url(../images/tb_04.png) repeat;
	display: none;
}

.home-swiper1 .swiper-slide .div .a_img .atb2 {
	width: 100%;
	height: 100%;
	background: url(../images/tb_06.png) center no-repeat;
	background-size: 56px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: none;
}

.home-swiper1 .swiper-slide .div:hover .a_img .atb1 {
	display: block;
}

.home-swiper1 .swiper-slide .div:hover .a_img .atb2 {
	display: block;
}

.home-swiper1 .swiper-slide .div .a_text {
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

/*首页内容部分*/
.ui_div {
	width: 100%;
}

.ui_div_center {
	width: 1450px;
	margin: 0px auto;
}

.ui_div_con {
	width: 1200px;
	margin: 0px auto;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.phone_logo {
	padding: 10px 0px;
}

.phone_logo .p1 img {
	width: 100%;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 42%;
		display: inline-block;
	}

	.header_div {
		display: none;
	}

	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		background-color: #fff;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 100000;
	}

	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		top: 10px;
		z-index: 1;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}

	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #3774ad;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}

	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #3774ad;
		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

	.phone_nav .nav_but:before {
		margin-top: -5px;
	}

	.phone_nav .nav_but:after {
		margin-top: 5px;
	}

	/*栏目名称*/
	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background-color: #3774ad;
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #fff;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
		font-weight: bold;
	}

	.phone_nav .nav_main .ss {
		border: 1px solid #fff;
		margin-top: 20px;
	}

	.phone_nav .nav_main .ss .p2 {
		float: right;
	}

	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		width: 34px;
		height: 34px;
	}

	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}

	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../images/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}

	.phone_nav .nav_main .ul {
		padding: 0 0 0px 40px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}

	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}

	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 40px;
		margin-bottom: 10px;
	}


	.phone_nav .nav_main li {
		width: 100%;
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(225, 225, 225, 0.5);
		padding: 0 20px;
		position: relative;
	}

	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}

	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}

	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}

	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}

	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}


	/*打开样式*/
	.phone_nav_one {
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}

	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}

	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}

	.phone_nav_one .nav_main li {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}




@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 10px 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:758px) {

	/*--768-0--*/
	/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 300px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

/*手机导航*/

.i_ssbn {
	width: 50px;
	height: 100%;
	background: url(../images/tb_01.png) center no-repeat;
	background-size: 18px;
	position: absolute;
	top: 0px;
	right: 28%;
	z-index: 10000;
}

.i_ssbn span {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.i_ssbn_div {
	width: 200px;
	display: none;
	background-color: #3774ad;
	z-index: 10000;
	position: absolute;
	right: 0px;
	top: 100%;
}

.i_ssbn_div .ipt1 {
	width: 84%;
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	border: 0px;
	font-family: "微软雅黑";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 16%;
	height: 30px;
	background: url(../images/tb_01z.png) center no-repeat;
	border: 0px;
	background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
	color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
	color: #b9b9b9;
}

.i_bg1 {
	background: url(../images/bg1.jpg) center center no-repeat;
	background-size: cover;
}

.i_bg2 {
	background-color: #1b2d43;
}

.i_bg3 {
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
}

.i_bg4 {
	background-color: #f5f5f5;
}

.i_bg5 {
	background-color: #333a41;
}

.i_wapbanben {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 13%;
	z-index: 10000;
}

.i_wapbanben_t {
	width: 100%;
	height: 100%;
	background-color: #3774ad;
	text-align: center;
	cursor: pointer;
}

.i_wapbanben_t span {
	height: 100%;
	padding-top: 23%;
	background: url(../images/tb_4.png) right center no-repeat;
	background-size: 10px;
	padding-right: 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.i_wapbanben_c {
	width: 140%;
	position: absolute;
	right: 0px;
	top: 100%;
	background-color: #3774ad;
	display: none;
}

.i_wapbanben_c li {
	width: 100%;
	float: left;
}

.i_wapbanben_c li a {
	width: 100%;
	padding: 10px 0px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	float: left;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_wapbanben_c li a:hover {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

.i_footer {
	width: 100%;
	padding: 50px 0px 75px 0px;
}

.i_footer_l {
	width: 63%;
}

.i_footer_l_t {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #686d72;
}

.i_footer_l_t a,
.i_footer_l_t a:hover {
	padding: 0px 20px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.i_footer_l_t a:nth-of-type(1) {
	padding-left: 0px;
}

.i_footer_l_c {
	width: 100%;
	padding: 10px 0px 13px 0px;
	line-height: 1.8;
	font-size: 14px;
	color: #fff;
}

.i_footer_l_b {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.8;
	color: #fff;
	font-size: 14px;
}

.i_footer_l_b a,
.i_footer_l_b a:hover {
	color: #fff;
}

.i_footer_r {
	width: 10%;
}

.i_footer_r img {
	width: 100%;
}


/*内页*/

.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 10;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.jpg) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #3774ad;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #3774ad;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #2e5f8d;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}


.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 60px;
	overflow: hidden;
	text-align: center;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 40px;
	height: 60px;
	margin: 0px 0px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-size: 16px;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #3774ad;
	text-decoration: none;
}

.n_bg1 {
	background-color: #f0f3f6;
}


/*底部*/
.wx_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}

.wx_top img {
	width: 100%;
}

.n_banner {
	width: 100%;
	height: 450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.n_banner_t {
	width: 100%;
	position: absolute;
	text-align: center;
	color:#3774ad;
	font-size: 36px;
	left: 0px;
	top:50%;
	z-index: 11;
	webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	font-weight: bold;
}
.n_banner_t1{top:35%;}
.n_banner_t .s1 {
	width: 100%;
	text-align: center;
	padding-bottom:10px;
	display: inline-block;
	font-size: 28px;
	/* background: url(../images/img7.jpg) bottom center no-repeat; */
	font-weight: normal;
}

.i_box1 {
	width: 100%;
	padding: 125px 0px 200px 0px;
}

.i_box1_l {
	width: 46.2%;
}

.i_box1_l_t {
	width: 100%;
	padding-bottom: 40px;
	line-height: 1.5;
	color: #fff;
	font-size: 20px;
}

.i_box1_l_t .s1 {
	font-size: 40px;
}

.i_box1_l_c {
	width: 100%;
	height: 125px;
	line-height: 25px;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
}

.i_box1_l_c1 {
	width: 100%;
	padding: 20px 0px 60px 0px;
}

.i_box1_l_c1 li {
	width: 33.33%;
	float: left;
	color: #fff;
	line-height: 1.3;
	font-size: 14px;
}

.i_box1_l_c1 li:nth-of-type(3) {
	text-align: right;
}

.i_box1_l_c1 li .s1 {
	font-size: 60px;
}

.i_box1_l_b1 {
	width: 100%;
}

.i_box1_l_b {
	width: 130px;
	height: 46px;
	line-height: 46px;
	background-color: #3774ad;
	-moz-border-radius: 5px;
	/* Gecko browsers */
	-webkit-border-radius: 5px;
	/* Webkit browsers */
	border-radius: 5px;
	/* W3C syntax */
	color: #fff;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

.i_box1_l_b:hover {
	background-color: #fff;
	color: #3774ad;
	text-decoration: none;
}

.i_box1_r {
	width: 44%;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}

.i_box1_r img {
	width: 100%;
}

.i_box2 {
	width: 100%;
	padding: 85px 0px 80px 0px;
	position: relative;
	z-index: 111;
}

.i_box2_c {
	width: 100%;
	background-color: #eff0f2;
}

.i_box2_l {
	width: 60%;
	overflow: hidden;
}

.i_box2_l .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	display: none;
}

.i_box2_l .a_img img {
	width: 100%;
}

.i_box2_r {
	width: 40%;
}

.i_box2_r li {
	width: 100%;
	float: left;
	padding: 0px 24.5% 0px 3.5%;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box2_r li:hover,
.i_box2_r li.activegg {
	background: url(../images/img4.jpg) center center no-repeat;
	background-size: cover;
}

.i_box2_r li .s1 {
	width: 100%;
	display: inline-block;
	height: 25%;
	padding: 12.2% 0px;
	background: url(../images/tb_2.png) right center no-repeat;
}

.i_box2_r li .s1 .s2 {
	height: 28px;
	line-height: 28px;
	background: url(../images/tb_1z.png) left center no-repeat;
	padding-left: 10%;
	color: #333333;
	font-size: 26px;
}

.i_box2_r li .s1:hover {
	text-decoration: none;
}

.i_box2_r li:hover .s1 .s2,
.i_box2_r li.activegg .s1 .s2 {
	color: #fff;
	background: url(../images/tb_1.png) left center no-repeat;
}


.i_box3 {
	width: 100%;
	padding: 68px 0px 105px 0px;
}

.i_box3_t {
	width: 100%;
	padding-bottom: 50px;
	line-height: 1.5;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.i_box3_t .s1 {
	font-size: 40px;
}

.i_box3_t.i_box3_t1 {
	color: #3774ad;
}

.i_box3_t.i_box3_t1 .s1 {
	color: #333333;
}

.i_box3_c {
	width: 100%;
}

.i_box3_c li {
	width: 33.33%;
	padding: 0px 1px;
	float: left;
}

.i_box3_c li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
}

.i_box3_c li .div:hover {
	color: #3774ad;
	text-decoration: none;
}

.i_box3_c li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_box3_c li .div .a_img img {
	width: 100%;
}

.i_box3_c li .div .a_text {
	width: 100%;
	height: 72px;
	line-height: 72px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
}

.i_box4 {
	width: 100%;
	padding: 95px 0px 140px 0px;
}

.i_box4_c {
	width: 100%;
	padding-top: 15px;
}

.i_box4_c .a_img {
	width: 46.66%;
	display: inline-block;
	overflow: hidden;
}

.i_box4_c .a_img img {
	width: 100%;
}

.i_box4_c .a_img_r {
	width: 51.6%;
	padding-top: 6px;
}

.i_box4_c .a_img_r li {
	width: 100%;
	float: left;
	padding: 15px 0px;
}

.i_box4_c .a_img_r li .div_l {
	width: 16.5%;
	background: url(../images/img6.jpg) right center no-repeat;
	color: #666666;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}

.i_box4_c .a_img_r li .div_l .s1 {
	font-size: 22px;
	color: #333333;
}

.i_box4_c .a_img_r li .div_r {
	width: 79.5%;
}

.i_box4_c .a_img_r li .div_r .s1 {
	width: 100%;
	height: 33px;
	line-height: 33px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
}

.i_box4_c .a_img_r li .div_r .s1:hover {
	text-decoration: none;
	color: #3774ad;
}

.i_box4_c .a_img_r li .div_r .s2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}

.controls {
	width: 500px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
}

.btn-group {
	display: inline-block;
}

/*.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}*/

.btn:first-child {
	border-radius: 4px 0 0 4px;
}

.btn:last-child {
	border-radius: 0 4px 4px 0;
}

.btn.active {
	color: #fff;
	background-color: #dc7953;
	border-color: #dc7953;
}

.rotate {
	margin-left: 20px;
}

.rotate .btn {
	border: none;
	border-radius: 20px;
}

.n_box1 {
	width: 100%;
	padding: 90px 0px 80px 0px;
	text-align: center;
}

.n_box1 .s1 {
	padding: 0px 60px;
	text-align: left;
	display: inline-block;
	background: url(../images/img11.jpg) right center no-repeat;
	color: #333333;
	font-size: 14px;
	line-height: 1.4;
}

.n_box1 .s1 .a1 {
	color: #3774ad;
	font-size: 50px
}

.n_box1 .s1 .a2 {
	font-size: 16px;
	font-weight: bold;
}

.i_section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	z-index: 1;
}

.a_zpdiv1 {
	width: 100%;
	height: 100%;
	padding: 30px 0p;
	color: #fff;
	position: relative;
	z-index: 1;
	position: relative;
}

.a_zpdiv1 .tb1 {
	width: 77px;
	height: 41px;
	background: url(../images/tb_08.png) no-repeat;
	z-index: 1111;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -38.5px;
}

.a_zpdiv1_c {
	width: 100%;
	padding: 65px 9% 120px 9%;
	background-color: #fff;
}

.a_zpdiv1_c_t {
	width: 100%;
	padding-bottom: 55px;
	line-height: 1.5;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.a_zpdiv1_c_con {
	width: 100%;
	line-height: 1.8;
	color: #333333;
	overflow: hidden;
	font-size: 16px;
}

.a_zpdiv1_c_con img {
	max-width: 100%;
	height: auto;
}



.n_box2 {
	width: 100%;
	padding: 67px 0px 31px 0px;
	line-height: 1.6;
	color: #3774ad;
	font-size: 16px;
	text-align: center;
}

.n_box2 .s1 {
	font-size: 30px;
}

.n_box2_c {
	width: 100%;
}

.n_box2_c li {
	width: 100%;
	padding: 42px 0px;
	float: left;
}

.n_box2_c li.twodiv {
	background-color: #efefef;
}

.n_box2_c li .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
}

.n_box2_c li .a_img img {
	width: 100%;
}

.n_box2_c li .a_img_r {
	width: 46%;
}

.n_box2_c li .a_img_r .s1,
.n_box2_c li .a_img_r .s1:hover {
	width: 100%;
	text-decoration: none;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	overflow: hidden;
	color: #3774ad;
	font-size: 24px;
	margin-bottom: 14px;
	font-weight: bold;
}

.n_box2_c li .a_img_r .s2 {
	width: 100%;
	height: 300px;
	overflow: hidden;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}

.n_box2_c li .a_img_r .s2 img {
	max-width: 100%;
	height: auto;
}

.n_box3 {
	width: 100%;
	padding: 45px 0px 85px 0px;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.n_box3 img {
	max-width: 100%;
	height: auto;
}

.n_box3 .s1 {
	color: #3774ad;
	font-size: 24px;
	line-height: 1.5;
	padding-bottom: 30px;
	font-weight: bold;
}

.n_box4 {
	width: 100%;
	padding: 130px 0px;
}

.n_box4_c {
	width: 100%;
}

.n_box4_c li {
	width: 33.33%;
	float: left;
	padding: 0px 1% 1% 1%
}

.n_box4_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.n_box4_c li .a_img img {
	width: 100%;
}

.n_box4_c li .a_text {
	width: 100%;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

.n_box4_c li .a_text:hover {
	text-decoration: none;
	color: #3774ad;
}


.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 50px 0% 10px 0%;
	font-size: 16px;
}

.a_mtbd_dpages a {
	padding: 0px 15px;
	height: 40px;
	margin-bottom: 5px;
	line-height: 40px;
	text-align: center;
	background-color: #e5e5e5;
	color: #333;
	display: inline-block;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages {
	color: #fff;
	text-decoration: none;
	background-color: #3774ad;
}


.n_box5 {
	width: 100%;
	padding: 80px 0px 100px 0px;
}

.n_box41 {
	width: 100%;
}

.n_box41 li {
	width: 33.33%;
	padding: 0px 1% 2% 1%;
	float: left;
}

.n_box41 li .a_div {
	width: 100%;
	background-color: #f7f7f7;
	padding-bottom: 5px;
	position: relative;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	cursor: pointer;
	color: #666666;
	display: inline-block;
	overflow: hidden;
	font-size: 14px;
}

.n_box41 li .a_div:after {
	width: 0%;
	height: 5px;
	background-color: #3774ad;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box41 li .a_div:hover {
	color: #666666;
	text-decoration: none;
}

.n_box41 li .a_div:hover:after {
	width: 100%;
}

.n_box41 li .a_div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.n_box41 li .a_div .a_img img {
	width: 100%;
}

.n_box41 li .a_div .text {
	width: 100%;
}

.n_box41 li .a_div .text_div {
	width: 100%;
	padding: 0px 10px;
	margin: 0px auto;
	position: relative;
}

.n_box41 li .a_div .text_div .s1 {
	width: 100%;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	margin-top: 12px;
	color: #333333;
	font-size: 20px;
	display: inline-block;
	word-wrap: break-word;
}

.n_box41 li .a_div .text_div .s2 {
	width: 100%;
	/* height: 44px; */
	overflow: hidden;
	line-height: 22px;
	word-wrap: break-word;
}

.n_box41 li .a_div .text_div .s3 {
	width: 100%;
	height: 48px;
	color: #999999;
	font-size: 12px;
	line-height: 48px;
	margin-top: 7px;
}

.n_box41 li .a_div .text_div .s3 .a1 {
	width: 33px;
	margin-top: 2px;
	height: 23px;
	border: 2px solid #bfbfbf;
	color: #bfbfbf;
	line-height: 20px;
	text-align: center;
	display: inline-block;
}

.n_box41 li .a_div:hover .s1 {
	color: #3774ad;
}



.a_tzjyg_cdetsl {
	width: 100%;
}

.a_tzjyg_c_t {
	width: 100%;
	padding: 10px 0px;
	line-height: 1.7;
	text-align: center;
	color: #333333;
	font-size: 24px;
}

.a_tzjyg_c_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}

.a_tzjyg_c_time span {
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.a_tzjyg_c_ton {
	width: 100%;
	padding: 25px 0px;
	line-height: 2;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}

.a_tzjyg_c_ton img {
	max-width: 100%;
	height: auto !important;
}

.a_tzjyg_c_tb {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.a_tzjyg_c_tb .a1 {
	width: 50%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
}

.a_tzjyg_c_tb .a1:hover {
	text-decoration: none;
	color: #3774ad;
}

.a_tzjyg_c_tb .a1.a2 {
	text-align: right
}

.n_box6 {
	width: 100%;
	padding: 55px 0px 120px 0px;
}

.n_box6_t {
	width: 100%;
	padding-bottom: 55px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 2.2;
}

.n_box6_t .s1 {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.a_rlzydiv_c {
	width: 100%;
}

.a_rlzydiv_c dt {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}

.a_rlzydiv_c dt .div {
	width: 100%;
	padding: 2% 0px;
	background-color: #3774ad;
	color: #fff;
	font-size: 18px;
}

.a_rlzydiv_c dt .div .s1 {
	width: 24%;
	text-indent: 3%;
}

.a_rlzydiv_c dt .div .s2 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s3 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s4 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s5 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dt .div .s6 {
	width: 16%;
	padding-left: 1%;
}

.a_rlzydiv_c dd {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}

.a_rlzydiv_c dd .div {
	width: 100%;
	padding: 2% 0px;
	background: url(../images/r_jt1.jpg) right center no-repeat;
	background-color: #efefef;
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	/*transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

.a_rlzydiv_c dd .div:hover,
.a_rlzydiv_c dd .div.activerc {
	background: url(../images/r_jt2.jpg) right center no-repeat;
	background-color: #dae3f6;
}

.a_rlzydiv_c dd .div .s1 {
	width: 24%;
	text-indent: 3%;
}

.a_rlzydiv_c dd .div .s2 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s3 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s4 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s5 {
	width: 15%;
	text-align: center;
}

.a_rlzydiv_c dd .div .s6 {
	width: 16%;
	padding-left: 1%;
}

.a_rlzydiv_c dd .div1 {
	width: 100%;
	background-color: #f7f6f6;
	padding: 2% 3%;
	color: #333333;
	font-size: 14px;
	line-height: 2.0;
	overflow-x: hidden;
	display: none;
}

.a_rlzydiv_c dd .div1_l {
	width: 87%;
	line-height: 2.0;
	overflow: hidden;
	color: #999;
	font-size: 14px;
}

.a_rlzydiv_c dd .div1_l img {
	max-width: 100%;
}

.a_rlzydiv_c dd .div1_l .s1 {
	padding-bottom: 20px;
	font-size: 20px;
	color: #333;
}

.a_rlzydiv_c dd .div1_l a,
.a_rlzydiv_c dd .div1_l a:hover {
	color: #2865f1;
}

.a_rlzydiv_c dd .div1_r,
.a_rlzydiv_c dd .div1_r:hover {
	width: 10%;
	margin-top: 15px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #3774ad;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
}


.n_box7 {
	width: 100%;
}

.n_box7 li {
	width: 33.33%;
	float: left;
	padding: 0px 1%;
}

.n_box7 li .div {
	width: 100%;
	background-color: #eeeeee;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	padding: 20px 9% 20px 9%;
}

.n_box7 li .div .s1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
}

.n_box7 li .div .s2 {
	width: 100%;
	/* height: 126px; */
	line-height:32px;
	overflow: hidden;
	/* margin-top: 23px; */
	color: #333333;
	font-size: 16px;
}

.n_box7 li .div .s2 img {
	width: auto;
}

.contact_map {
	width: 100%;
}

.contact_map #allmap {
	width: 100%;
	height: 570px;
}

.Rotation img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.Rotation:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}

.Amplification img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}



.Amplification1 .img1 {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img1 {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}




@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes float1 {
	0% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);

	}

	100% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}
}

@keyframes float1 {
	0% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);

	}
}
</pre></body></html>